﻿2026-07-27T02:02:35.9178553Z ##[group]Run actions/checkout@v5
2026-07-27T02:02:35.9179234Z with:
2026-07-27T02:02:35.9179924Z   repository: BigscreenVR/spt-bs-core
2026-07-27T02:02:35.9183452Z   token: ***
2026-07-27T02:02:35.9183764Z   ssh-strict: true
2026-07-27T02:02:35.9184116Z   ssh-user: git
2026-07-27T02:02:35.9184460Z   persist-credentials: true
2026-07-27T02:02:35.9184789Z   clean: true
2026-07-27T02:02:35.9185098Z   sparse-checkout-cone-mode: true
2026-07-27T02:02:35.9185450Z   fetch-depth: 1
2026-07-27T02:02:35.9185748Z   fetch-tags: false
2026-07-27T02:02:35.9186069Z   show-progress: true
2026-07-27T02:02:35.9186361Z   lfs: false
2026-07-27T02:02:35.9186659Z   submodules: false
2026-07-27T02:02:35.9186984Z   set-safe-directory: true
2026-07-27T02:02:35.9187321Z   allow-unsafe-pr-checkout: false
2026-07-27T02:02:35.9187719Z env:
2026-07-27T02:02:35.9188015Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-27T02:02:35.9188402Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-27T02:02:35.9188755Z ##[endgroup]
2026-07-27T02:02:36.1101469Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-27T02:02:36.1102628Z ##[group]Getting Git version info
2026-07-27T02:02:36.1103167Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-27T02:02:36.1305541Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-07-27T02:02:36.1520801Z git version 2.43.0.windows.1
2026-07-27T02:02:36.1545067Z ##[endgroup]
2026-07-27T02:02:36.1552135Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\113522f2-d329-4371-b049-a391505485bd\.gitconfig'
2026-07-27T02:02:36.1565417Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\113522f2-d329-4371-b049-a391505485bd' before making global git config changes
2026-07-27T02:02:36.1566448Z Adding repository directory to the temporary git global config as a safe directory
2026-07-27T02:02:36.1570572Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-27T02:02:36.1806064Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-07-27T02:02:36.2009585Z https://github.com/BigscreenVR/spt-bs-core
2026-07-27T02:02:36.2034290Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-27T02:02:36.2038586Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-27T02:02:36.2255126Z HEAD
2026-07-27T02:02:36.2536743Z ##[endgroup]
2026-07-27T02:02:36.2540413Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-07-27T02:02:36.6179056Z ##[group]Cleaning the repository
2026-07-27T02:02:36.6183237Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-07-27T02:02:52.6402433Z Removing target/
2026-07-27T02:02:52.6435220Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-07-27T02:02:52.7140755Z HEAD is now at 5a425216 Merge dd7f89edfee5c64b2cc680c467451e9a42d2760d into 12555b462f7ee2bed9149aae95036a00b37e2f9a
2026-07-27T02:02:52.7171046Z ##[endgroup]
2026-07-27T02:02:52.7171685Z ##[group]Disabling automatic garbage collection
2026-07-27T02:02:52.7176213Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-07-27T02:02:52.7411840Z ##[endgroup]
2026-07-27T02:02:52.7412262Z ##[group]Setting up auth
2026-07-27T02:02:52.7418162Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-27T02:02:52.7656740Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-27T02:02:53.1489132Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-27T02:02:53.1750060Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-27T02:02:53.5378621Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-27T02:02:53.5609569Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-27T02:02:53.9235626Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-27T02:02:53.9547969Z ##[endgroup]
2026-07-27T02:02:53.9548660Z ##[group]Fetching the repository
2026-07-27T02:02:53.9555429Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +5a42521655028efa7a3c1452c76a1e1cba5e6aaf:refs/remotes/pull/90/merge
2026-07-27T02:02:54.7453923Z ##[endgroup]
2026-07-27T02:02:54.7454501Z ##[group]Determining the checkout info
2026-07-27T02:02:54.7455011Z ##[endgroup]
2026-07-27T02:02:54.7460068Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-07-27T02:02:54.7741514Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-27T02:02:54.7969652Z ##[group]Checking out the ref
2026-07-27T02:02:54.7976228Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force refs/remotes/pull/90/merge
2026-07-27T02:02:54.8434283Z HEAD is now at 5a425216 Merge dd7f89edfee5c64b2cc680c467451e9a42d2760d into 12555b462f7ee2bed9149aae95036a00b37e2f9a
2026-07-27T02:02:54.8455518Z ##[endgroup]
2026-07-27T02:02:54.8720769Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-07-27T02:02:54.8950298Z 5a42521655028efa7a3c1452c76a1e1cba5e6aaf
